home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 001-025 / disk_006 / readme.list6 < prev   
Text File  |  1992-05-06  |  3KB  |  71 lines

  1. ============================== README.list6 ==============================
  2. This is disk 6 of the freely distributable AMIGA software library.
  3.  
  4. compress    Compress reduces the size of the named files using
  5.         adaptive Lempel-Ziv coding.  The amount of compression
  6.         obtained depends on the size of the input, the number of
  7.         bits per code, and the distribution of common substrings.
  8.         Typically, text such as source code or English is reduced
  9.         by 50-60%.  Compression is generally much better then that
  10.         achieved by Huffman coding (as used in "pack") or
  11.         adaptive Huffman coding (as used in "compact"), and takes
  12.         less time to compute.  Great for saving disk space, or
  13.         reducing transmission time over phone lines!  Also includes
  14.         "btoa" and "atob" for converting binary files to ascii, and
  15.         then back to binary (for transmission over links that do
  16.         not support 8 bits).
  17.         Author: Thomas Spencer, with improvements by others
  18.  
  19. dadc        A digital computer impersonating an analog clock
  20.         impersonating a digital clock.
  21.         Author: Perry S. Kivolowitz
  22.  
  23. microemacs    An upgraded version of microemacs originally distributed
  24.         on disk number 2.  I don't have an exact list of changes
  25.         but the new executable is about 25% larger, so there must
  26.         be something in there!  One enhancement is that some
  27.         functions are now also bound to function keys.
  28.         Author: Dave Conroy, with enhancements by Jack Roose.
  29.  
  30. mult        Mult reads the input comparing adjacent lines.  In the
  31.         normal case, the second and succeeding copies of repeated
  32.         lines are output, and the remainder of the lines are
  33.         removed.  Repeated lines must be adjacent in order to be
  34.         found.  Options are present to output the first of multiple
  35.         lines, for comparing adjacent lines by field only, and for
  36.         specifying the field separator character.  Kind of the
  37.         opposite of the Unix "uniq" program.
  38.         Author: Dennis Bednar
  39.  
  40. scales        Demonstrates use of the Audio functions in the ROM to
  41.         produce four voice sound.  It uses a simple waveform
  42.         (sawtooth) with no amplitude control (ie, envelope)
  43.         or frequency variation (ie, vibrato), but these can be
  44.         easily implemented.  Also includes considerable 
  45.         documentation on audio device.
  46.         Author: Steven A. Bennett
  47.  
  48. setparallel    Allows the CLI user to dynamically change any particular
  49.         parallel port parameter.
  50.         Author: Keith Stobie and Tom Pohorsky
  51.  
  52. setserial    Allows the CLI user to dynamically change any particular
  53.         serial port parameter.
  54.         Author: Keith Stobie and Tom Pohorsky
  55.  
  56. sortc        A quicksort based sort program, using separate driver
  57.         and sort modules.  Originally from a DECUS C distribution.
  58.         Claims to be fast, but when operating entirely out of ram
  59.         takes 93 seconds to sort its input file, sort.c, while
  60.         AmigaDos's sort takes only 43 seconds under the same 
  61.         conditions.
  62.         Author: Dave Conroy, Martin Minow, and Ray Van Tassle
  63.  
  64. stripc        Strips comments and extraneous whitespace from C source
  65.         files.  Useful for compacting the C header files to
  66.         increase usable disk space.
  67.         Author: Chris Metcalf
  68.  
  69.         
  70. =========================================================================
  71.